From 1700c46de524cda250d7fb41f5e5218f1c504539 Mon Sep 17 00:00:00 2001 From: "Matteo F. Vescovi" Date: Thu, 9 Feb 2012 17:25:17 +0100 Subject: [PATCH] GObject Introspection data support added Thanks: Daniel Schaal --- debian/control | 20 +++++++++++++++++++- debian/gir1.2-babl-0.1.install | 1 + debian/libbabl-0.1-dev.install | 1 + 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 debian/gir1.2-babl-0.1.install diff --git a/debian/control b/debian/control index 01601bc..4689f0b 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,10 @@ Priority: optional Maintainer: Matteo F. Vescovi Build-Depends: autotools-dev, cdbs, - debhelper (>= 8) + debhelper (>= 8), + gobject-introspection, + libgirepository1.0-dev, + pkg-config Standards-Version: 3.9.2 Homepage: http://gegl.org/babl Vcs-Git: git://git.debian.org/git/collab-maint/babl.git @@ -58,3 +61,18 @@ Description: Dynamic, any to any, pixel format conversion library (debugging sym also facilitates creation of new and uncommon ones. . This package contains the debugging symbols. + +Package: gir1.2-babl-0.1 +Section: introspection +Architecture: any +Depends: libbabl-0.1-0 (= ${binary:Version}), + ${misc:Depends}, + ${gir:Depends} +Description: GObject introspection data for Babl library + Babl is a dynamic, any to any, pixel format conversion library. It + provides conversions between the myriad of buffer types images can be + stored in. Babl doesn't only help with existing pixel formats, but + also facilitates creation of new and uncommon ones. + . + This package can be used by other packages using the GIRepository format + to generate dynamic bindings. diff --git a/debian/gir1.2-babl-0.1.install b/debian/gir1.2-babl-0.1.install new file mode 100644 index 0000000..5d8ff5c --- /dev/null +++ b/debian/gir1.2-babl-0.1.install @@ -0,0 +1 @@ +usr/lib/girepository-1.0/Babl-0.1.typelib diff --git a/debian/libbabl-0.1-dev.install b/debian/libbabl-0.1-dev.install index 4628b22..39d1d2d 100644 --- a/debian/libbabl-0.1-dev.install +++ b/debian/libbabl-0.1-dev.install @@ -1,3 +1,4 @@ usr/include/ usr/lib/libbabl*.so usr/lib/pkgconfig/ +usr/share/gir-1.0/Babl-0.1.gir -- 2.30.2